-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix fungibles API #433
Merged
Merged
Fix fungibles API #433
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 11, 2024
Merged
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
2 times, most recently
from
December 17, 2024 11:06
c77b9ae
to
6a91141
Compare
JuaniRios
force-pushed
the
11-29-weth_oracle_support
branch
from
December 20, 2024 13:49
aec984b
to
8b35dc0
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
December 20, 2024 13:49
6a91141
to
1278fab
Compare
Graphite Automations"Auto-assign PRs to author" took an action on this PR • (01/06/25)1 assignee was added to this PR based on Juan Ignacio Rios's automation. |
JuaniRios
force-pushed
the
11-29-weth_oracle_support
branch
from
January 10, 2025 11:49
8b35dc0
to
f6e9c8a
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
2 times, most recently
from
January 10, 2025 14:29
62e8291
to
c88d1c7
Compare
lrazovic
approved these changes
Jan 14, 2025
lrazovic
approved these changes
Jan 14, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I leave a deeper XCM config review to @vstam1
lrazovic
force-pushed
the
11-29-weth_oracle_support
branch
from
January 15, 2025 13:00
f6e9c8a
to
ca68da1
Compare
lrazovic
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 15, 2025 13:00
c88d1c7
to
42e832c
Compare
JuaniRios
force-pushed
the
11-29-weth_oracle_support
branch
from
January 15, 2025 13:03
ca68da1
to
f6e9c8a
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 15, 2025 13:03
42e832c
to
c88d1c7
Compare
JuaniRios
force-pushed
the
11-29-weth_oracle_support
branch
from
January 16, 2025 09:47
f6e9c8a
to
68bcca2
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 09:47
c88d1c7
to
8bcb321
Compare
JuaniRios
force-pushed
the
11-29-weth_oracle_support
branch
from
January 16, 2025 10:27
68bcca2
to
0e300ca
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 10:27
8bcb321
to
21cd51a
Compare
Merge activity
|
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 12:24
21cd51a
to
c51fd70
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 12:29
c51fd70
to
43e9d12
Compare
JuaniRios
changed the base branch from
11-29-weth_oracle_support
to
graphite-base/433
January 16, 2025 12:30
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 12:31
43e9d12
to
0f183be
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
The fungibles API should return the universally recognized
Location
of an asset, and not where its stored locally.For example, if a parachain holds DOT in their assets pallet, the fungibles API should return the id of DOT as
(parents: 1, interior: Here)
, and not the internal location of the assets pallet.For this we should change the id used for foreign assets to be this universal id, and not a u32.
Why?
Testing?
In the intergration tests